projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d4b97
)
(Display_Info): Add generic typedef.
author
Kim F. Storm
<storm@cua.dk>
Fri, 21 Mar 2003 13:50:50 +0000
(13:50 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 21 Mar 2003 13:50:50 +0000
(13:50 +0000)
src/msdos.h
patch
|
blob
|
history
diff --git
a/src/msdos.h
b/src/msdos.h
index a0e33a69fe504550189b24d8714d987a1167a904..a919bf694ade5265c0181ae77616d1d62f716987 100644
(file)
--- a/
src/msdos.h
+++ b/
src/msdos.h
@@
-85,6
+85,8
@@
struct display_info
int mouse_face_hidden;
};
+typedef struct display_info Display_Info;
+
/* This is a cut-down version of the one in xterm.h, which see. */
struct x_output
{